home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / C-D / DeveloperStax.cpt / Developer Stack 1.2r / card_24658.txt < prev    next >
Text File  |  1989-02-26  |  616b  |  36 lines

  1. -- card: 24658 from stack: in.2r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3837
  5. -- name: isRunning
  6.  
  7.  
  8. -- part contents for background part 10
  9. ----- text -----
  10. 13
  11.  
  12. -- part contents for background part 5
  13. ----- text -----
  14. isRunning
  15.  
  16. -- part contents for background part 6
  17. ----- text -----
  18.  
  19. Checks to see if a program is already running under MultiFinder.
  20.  
  21. -- part contents for background part 7
  22. ----- text -----
  23. Syntax:
  24.  
  25. IsRunning(<"programName">)
  26.  
  27. programName is the short name of the program.
  28.  
  29. Returns TRUE if programName is running, else it returns FALSE.
  30.  
  31.  
  32.  
  33. Example:
  34.  
  35. put IsRunning(MacWrite) into result.
  36.